@charset "utf-8";

/*全局*/

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: url('font/iconfont%EF%B9%96.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('font/iconfont.woff') format('woff'), /* chrome、firefox */
	url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}

@font-face {
	font-family: 'gothic';
	src: url(font/gothic.eot);
	/* IE9*/
	src: url(font/gothic%EF%B9%96.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothic.woff) format('woff'), /* chrome、firefox */
	url(font/gothic.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothic.svg#gothic) format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'gothambold';
	src: url(font/gothambold.eot);
	/* IE9*/
	src: url(font/gothambold%EF%B9%96.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothambold.woff) format('woff'), /* chrome、firefox */
	url(font/gothambold.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothambold.svg#gothambold) format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'timesbd';
	src: url(font/timesbd.eot);
	/* IE9*/
	src: url(font/timesbd%EF%B9%96.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/timesbd.woff) format('woff'), /* chrome、firefox */
	url(font/timesbd.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/timesbd.svg#timesbd) format('svg');
	/* iOS 4.1- */
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: 0 0
}

::-webkit-scrollbar-thumb {
	background-color: #cda372;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #cda372
}

::-webkit-scrollbar-corner {
	background-color: #cda372
}

::-webkit-scrollbar-resizer {
	background-color: #cda372
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.wrap {
	width: 100%;
	float: left;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.container {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.main {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

body {
	min-height: 100%;
	color: #333;
	padding-top: 105px;
	font-size: 13px;
	background: #f8f8f8;
	font-family: arial, "microsoft yahei";
	-webkit-font-smoothing: antialiased;
}

.i_page {
	padding-top: 0;
}

:focus {
	outline: none;
}

body img {
	border: none;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #555;
}

body ul,
body ul li,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}

img,
a,
div,
b,
em,
i,
li,
p,
h3,
span {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*简易*/

.f12 {
	-webkit-font-smoothing: none;
	font-size: 12px;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.w100 {
	width: 100%;
}

.display100 {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}


/*top*/

.i_logo {
	position: absolute;
	top: 22px;
	left: 72px;
	width: 190px;
	z-index: 88;
}

.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.header {
	width: 100%;
	height: 105px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	width: 362px;
	height: 67px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(logo.png);
	margin-top: 20px;
	margin-left: 25px;
	float: left;
}

.header .logo {
	background-image: url(../image/logo.png);
}

.header_bg {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.header .logo.b,
.i_page .header .logo.b {

	margin-top: 16px;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a.nav_link {
	display: block;
	text-align: center;
	line-height: 105px;
	padding: 0 25px;
	height: 105px;
	font-size: 15px;
	position: relative;
	color: #333;
}

.i_page .header .nav li a.nav_link {
	color: #333;
}

.header .nav li a.b {
	height: 95px;
	line-height: 95px;
}

.i_page .header .nav li a.nav_link.b {
	color: #333;
}

.header .nav li a.nav_link b {
	display: block;
	width: 0px;
	height: 3px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #cda372;
}

.header .nav li a:hover,
.header .nav li a.on,
.i_page .header .nav li a.nav_link.b:hover,
.i_page .header .nav li a.nav_link.b.on {
	color: #cda372;
}

.i_page .header .nav li a.nav_link:hover,
.i_page .header .nav li a.nav_link.on {
	color: #cda372;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	width: 50%;
}


/*左边导航*/

.openBtn {
	display: block;
	position: fixed;
	top: 30px;
	right: 4%;
	cursor: pointer;
	z-index: 99;
}

.openBtn .lcbody {
	width: 40px;
	height: 24px;
	float: right;
	position: relative;
}

.openBtn .lctext {
	position: relative;
	float: left;
	color: #fff;
	margin-right: 20px;
	line-height: 25px;
}

.openBtn .lcbody .lcitem {
	width: 100%;
	height: 3px;
	position: absolute;
	transition: transform 0.36s ease;
	left: 0;
	right: 0;
}

.openBtn .lcbody .top {
	top: 0;
}

.openBtn .lcbody .center {
	margin: 0 auto;
	width: 60%;
	top: 49%;
}

.openBtn .lcbody .bottom {
	top: 100%;
}

.openBtn .lcbody .lcitem div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	background: #fff;
}

.openBtn .lcbody:hover .lcitem.top .rect {
	animation: move 0.4s ease-in-out 1;
}

.openBtn .lcbody:hover .lcitem.center .rect {
	animation: move 0.4s ease-in-out 0.1s 1;
}

.openBtn .lcbody:hover .lcitem.bottom .rect {
	animation: move 0.4s ease-in-out 0.2s 1;
}

@keyframes move {
	0% {
		right: 0;
	}
	40% {
		right: 0;
		width: 0;
	}
	60% {
		right: auto;
		width: 0%;
	}
	100% {
		right: auto;
		width: 100%;
	}
}

.openMenu .openBtn .lcitem.top {
	transform: rotateZ(45deg);
	top: 49%;
}

.openMenu .openBtn .lcitem.center {
	opacity: 0;
}

.openMenu .openBtn .lcitem.bottom {
	transform: rotateZ(-45deg);
	top: 49%;
}

.openMenu .navMini {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.navMini {
	transform: translate3d(100%, 0, 0);
}

.navMini {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
	padding-top: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
}

.navMini .wrapper {
	padding-top: 0;
	width: 100%;
	background: url(../images/menu_bg.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

#minHcontact {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

#minHcontact p {
	text-align: center;
	height: 100%;
	font-size: 22px;
}

#minHcontact p .telNum {
	position: relative;
	font-size: 18px;
	line-height: 40px;
	color: #555;
	padding-left: 10px;
	border-left: 1px solid rgba(170, 170, 170, 0.2);
	text-align: right;
}

#minHcontact b {
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

#minHcontact p .telNum:before {
	content: "";
	speak: none;
	position: absolute;
	left: -30px;
	bottom: 0;
	display: block;
	width: 20px;
	height: 16px;
	background: url(../images/tel.jpg) no-repeat;
}

.nav_menu {}


/*菜单*/

.wrapper .content {
	position: relative;
	width: 70%;
	max-width: 1000px;
	top: 20%;
	overflow: hidden;
	margin: 0 auto;
}

.wrapper .content .nav_img {
	float: right;
	width: 60%;
	max-width: 584px;
}

.wrapper .content .nav_img a {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
}

.wrapper .content .nav_img img {
	display: block;
	width: 100%;
	height: 100%;
}

.wrapper .content .nav_img a .desc {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.wrapper .content .nav_img h3 {
	color: #fff;
	font-weight: normal;
	float: left;
	font-size: 26px;
	line-height: 1.5;
	text-align: left;
	width: 100%;
}

.wrapper .content .nav_img h3 span {
	text-align: center;
	width: 100px;
	font-size: 15px;
	padding: 10px 20px;
	display: block;
	border: 1px solid #fff;
	border-radius: 40px;
	margin-top: 15px;
}

.wrapper .content .nav_img h4 {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
}

.wrapper .content .nav_img .desc div {
	position: absolute;
	bottom: 22px;
	left: 30px;
	width: 90%;
	text-align: center;
}

.wrapper .content .nav_img a:hover img {
	transform: scale(1.1, 1.1);
}

.wrapper .content .nav_img a:hover h3 span {
	background: #cda372;
	border: 1px solid #cda372;
	color: #fff;
}

.wrapper .content .nav_img a:hover .desc {
	background: rgba(0, 0, 0, .2);
}

.wrapper .content .nav_link {
	width: 20%;
	text-align: left;
	padding-top: 0;
	float: left;
}

.wrapper .content .nav_link a {
	padding: 5% 0;
	font-size: 30px;
	width: 100%;
	display: block;
	color: #fff;
	line-height: 200%;
	position: relative;
}

.wrapper .content .nav_link a:hover:after {
	width: 55px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.wrapper .content .nav_link a:after {
	content: '';
	position: relative;
	left: 0;
	width: 0;
	height: 3px;
	background: #cda372;
	bottom: 0;
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.wrapper .content .nav_bottom {
	width: 20%;
	text-align: left;
	padding-top: 0;
	float: left;
}

.wrapper .content .nav_link .language {
	font-size: 14px;
	border: 1px solid #888e8f;
	margin-top: 20px;
	padding: 0;
	width: 50px;
	border-radius: 20px;
	text-align: center;
}

.wrapper .content .nav_link .language:after {
	display: none;
}

.wrapper .content .nav_link .language:hover {
	background: #cda372;
	border-color: #cda372;
}


/*首页搜索*/

.header_bs .search-box {
	padding-top: 23px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header_bs .search-box .submit {
	top: 22px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.search-box {
	float: left;
	width: 18px;
	overflow: hidden;
	margin-right: 0;
	padding-top: 32px;
	transition: width 0.6s;
	position: relative;
	height: 32px;
	box-sizing: initial;
}

.search-box.on {
	width: 200px;
}

.search-box.on .text {
	display: block;
}

.search-box-btn.on {
	background: url(../images/clo01.png.html) no-repeat center;
}

.search-box .text {
	width: 100%;
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	background: none;
	border: none;
	display: none;
	border-bottom: 1px solid #fff;
}

.search-box .submit {
	width: 18px;
	height: 28px;
	float: left;
	background: url(../images/search.png) no-repeat center;
	border: none;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 32px;
	padding: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.search-two {
	display: none;
}

.search-one {
	display: block;
}


/*菜单*/

.nav_menu_box {
	height: 34vw;
	width: 34vw;
	position: relative;
}

.nav_menu_box ul .navitem {
	color: #333;
	position: relative;
	text-align: center;
}

.nav_menu_box ul .navitem a {
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f0f0f0;
}

.nav_menu_box .navitem a:hover {
	background-color: #f1f1f1;
}

.fa-angle-down {
	position: absolute;
	display: block;
	top: 0;
	right: 8%;
	width: 11px;
	height: 60px;
	background: url(../images/nav_item.png) center no-repeat;
}

.nav_menu_box .navitem .subnav {
	width: 100%;
	position: static;
	height: 0;
	transition: height .36s ease;
	overflow: hidden;
}

.nav_menu_box .navitem .subnav > li a {
	color: #bbb9b9;
	position: relative;
}

.nav_menu_box .navitem .subnav li a:before {
	content: '';
	width: 12px;
	height: 1px;
	display: none;
	background: #dfdfdf;
	position: absolute;
	top: 50%;
	left: 35%;
}


/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	position: absolute;
	width: 210px;
	top: 105px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
	margin-left: 0;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: #cda372;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}

.header .head_search {
	float: right;
	width: 50px;
	height: 100%;
	margin-right: 20px;
}

.header .head_search i {
	display: block;
	height: 100%;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 25px;
	background-image: url(search.png);
}

.header_bg .header .head_search i {
	background-image: url(search.png);
}

.header .head_search form {
	display: block;
	position: absolute;
	right: 0;
	top: 90px;
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f003065, endColorstr=#7f003065);
	background: rgba(0, 0, 0, .5);
}

.header .head_search input[type="text"] {
	display: block;
	float: left;
	width: 150px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	border: 1px solid #eee;
	color: #999;
	padding: 0 10px;
	text-align: left;
	background: #fff;
}

.header .head_search input[type="submit"] {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #cda372;
}

.i_page .header .head_search i {
	background-image: url(search.png);
}

.header .head_search:hover form {
	height: 30px;
	padding: 15px 20px;
}


/*flash*/

#banner {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: 800px;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 800px;
	z-index: 0;
}

.cn_flexslider {
	margin: 0;
	padding: 0;
}

.cn_flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
	width: 100%;
	display: block;
	height: 800px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 800px;
	background-position: center;
	background-repeat: no-repeat;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: 300px;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: 300px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.cn_flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.flex-viewport {
	max-height: 2333px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.cn_flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	margin-top: -45px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background: rgba(255, 255, 255, .6);
	border-radius: 50px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
	width: 20px;
}

.web_f {
	width: 100%;
	clear: both;
	position: relative;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center;
}


/*分页*/

.curr {
	border: 1px solid #666;
	color: #666;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #666;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #666;
}

a.page:visited {
	border: 1px solid #666;
	text-decoration: none;
	padding: 4px 8px;
}

.ra {
	color: #666;
}

.ra a,
.ra a:link {
	color: #666;
	text-decoration: none;
}

.ra a:hover {
	color: #666;
	text-decoration: underline;
}

.red {
	color: #ff3330;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	margin-left: 0px;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}


/*# sourceMappingURL=style.css.map */

.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.page img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}

.news_show_content {
	overflow: hidden;
	padding: 0 0 50px 0;
	line-height: 35px;
	color: #555;
	font-size: 13px;
}

.news_show_content img {
	display: block;
	max-width: 100%;
	padding-bottom: 15px;
	margin: 0 auto;
}

.news_show_content ul li {
	float: left;
	width: 232px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 24px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

.news_show_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_show_content ul {
	width: 774px;
	height: auto;
	margin-left: -24px;
}

.prolist_c li:hover .event_img {
	transform: scale(1.1, 1.1);
}

.event_img {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content ul li img {
	width: 218px;
	height: 258px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content .event_bg {
	width: 1200px;
	height: 450px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	background-size: cover;
	background-position: center
}

.news_show_content .event_bg img {
	width: 1200px;
	height: 450px;
}

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-bottom: 20px;
	color: #666;
}

.news_show_content p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}

.news_boxs {
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news ul li:hover .news_right .news_boxs {
	transform: scale(1.1, 1.1);
}

.pt-480 {
	margin-top: 460px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.pt-60 {
	padding-top: 60px;
}

.package {
	clear: both;
	padding: 60px 0;
}

.new_package {
	clear: both;
	padding: 60px 0 50px 0;
}

.package p {
	line-height: 2;
	color: #666;
	font-size: 14px;
}

.gray_bg {
	background-color: #f8f8f8;
}

.white_bg {
	background-color: #fff;
}


/*底部漂浮*/

.supmenu {
	width: 180px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -113px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.supmenu .sup_tit {
	background-image: url(../images/sup_tit.png.html);
	height: 56px;
	background-color: #333;
	color: #fff;
	line-height: 56px;
	font-size: 14px;
	text-indent: 24px;
}

.supmenu .sup_qq {
	background-image: url(../images/sup_qq.jpg.html);
	height: 42px;
	line-height: 42px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_line {
	background-image: url(../images/sup_line.jpg.html);
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_lines {
	padding: 10px 0 15px 0;
	color: #333;
	font-size: 20px;
	text-align: center;
	background: #fff;
}

.supmenu .to_top {
	width: 40px;
	height: 40px;
	background: url(../images/to_top.png.html);
	float: right;
}

.sup_menu {
	box-shadow: #ccc 0px -3px 10px;
}

.package_left {
	float: left;
	width: 400px;
}

.news_show_content {
	float: right;
	width: 950px;
}

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(i_closed.png);
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 500px;
}

.video_show iframe {
	width: 100%;
	height: 500px;
}

.apply_box {
	background: #fff;
	overflow: hidden;
	padding-left: 60px;
	border: 1px solid #eee;
}

.apply_box h3 {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	color: #666;
	line-height: 90px;
}

.apply_box img {
	float: right;
}

.apply_box form {
	float: left;
	width: 538px;
}


/*用户登陆*/

.Validform_right {
	color: green;
}

.Validform_wrong {
	color: #f60;
}

.sidebar {
	width: 71px;
	height: 211px;
	position: fixed;
	bottom: 15%;
	right: 0;
	z-index: 9;
}

.sidebar ul {}

.sidebar ul li {
	width: 71px;
	height: 67px;
	background: #eee;
	margin: 1px 0;
	cursor: pointer;
	position: relative;
}

.sidebar ul li span {
	position: absolute;
	right: 60px;
	top: 0;
	background: #cda372;
	color: #fff;
	padding: 10px;
	width: 96px;
	opacity: 0;
	z-index: -1;
}

.sidebar ul li i {
	display: block;
	width: 71px;
	height: 67px;
	background-repeat: no-repeat;
	background-position: top;
}

.sidebar ul li span img {
	width: 96px;
}

.sidebar ul li:hover,
.sidebar ul li.sidebar_active {
	background: #cda372;
}

.sidebar ul li:hover img {
	opacity: 1;
}

.sidebar ul li:hover span {
	right: 72px;
	opacity: 1;
	display: inline-block;
}

.sidebar ul li:hover i {
	background-position: bottom;
}

.sidebar ul li span.phone_number {
	width: 120px;
	height: 47px;
	line-height: 47px;
	text-align: center;
}

.sidebar ul li:hover span.phone_number {
	display: inline-block;
	width: 120px;
	height: 47px;
	line-height: 47px;
	text-align: center;
}

.news_show_time {
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	color: #999;
	line-height: 30px;
}

.news_show_time a {
	display: block;
	background: #333;
	color: #fff;
	padding: 5px 10px;
	clear: both;
	margin-top: 30px;
	width: 150px;
	cursor: pointer;
	border-radius: 40px;
	text-align: center;
}

.news_show_time a:hover {
	text-decoration: underline;
	background: #cda372;
}


/*次级菜单*/

.sub_menu {
	position: absolute;
	height: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, .9);
	text-align: left;
	box-shadow: rgba(0, 0, 0, .1) 0px 3px 3px;
	width: 900px;
	padding: 0 50px;
	top: 80px;
	right: 0;
}

.sub_menu .fl h3 {
	font-weight: normal;
	color: #000;
	line-height: 70px;
	font-size: 24px;
	padding-top: 50px;
}

.sub_menu .fl p {
	color: #666;
	line-height: 2;
	padding-bottom: 35px;
}

.sub_menu .fl a {
	display: block;
	float: left;
	width: 138px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #d5d5d5;
	margin-right: 10px;
	color: #666;
}

.header .nav li:hover .sub_menu {
	height: 310px;
}

.header .nav li .sub_menu .fl a:hover {
	background: #444;
	color: #fff;
	border-color: #444;
}

.bot_menu {
	position: fixed;
	right: 0;
	bottom: 240px;
	z-index: 1;
	width: 180px;
	font-family: arial, "microsoft yahei";
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.bot_menu .menu_top {
	line-height: 54px;
	background: #182c45;
	color: #fff;
	padding: 0 20px 0 24px;
	height: 54px;
	overflow: hidden;
}

.bot_menu .menu_top span {
	display: block;
	float: left;
	line-height: 54px;
}

.bot_menu .menu_top img {
	display: block;
	float: right;
	margin-top: 20px;
	cursor: pointer;
}

.bot_menu .menu_top img:hover {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	;
}

.bot_menu .menu_mid {
	line-height: 45px;
	background: #f5f5f5;
	color: #333;
	padding: 0 0 0 24px;
	height: 45px;
	overflow: hidden;
}

.bot_menu .menu_mid span {
	display: block;
	float: left;
	line-height: 45px;
	font-size: 14px;
}

.bot_menu .menu_mid img {
	display: block;
	float: left;
	padding: 5px 0;
}

.bot_menu .menu_bot {
	background: #fff;
	padding: 0 0 0 24px;
	height: 84px;
}

.bot_menu .menu_bot h3 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 35px;
	padding-top: 12px;
}

.bot_menu .menu_bot h2 {
	color: #000;
	font-size: 22px;
	line-height: 1;
}

.bot_list img {
	display: block;
	position: fixed;
	z-index: 1;
	cursor: pointer;
}

.bot_list .bot_go_msg {
	right: -50px;
	bottom: 241px;
}

.bot_list .bot_go_top {
	right: 0;
	bottom: 200px;
}

.pro_search {
	padding-bottom: 40px;
}

.pro_search h3 {
	font-weight: normal;
	color: #000;
	font-size: 31px;
	padding-bottom: 30px;
	text-align: center;
}

.pro_search form {
	border: 1px solid #ddd;
	width: 360px;
	height: 50px;
	border-radius: 25px;
	margin: 0 auto;
	background: #fff;
	display: block;
	overflow: hidden;
}

.pro_search input[type="text"] {
	width: 250px;
	line-height: 50px;
	background: none;
	padding: 0 20px;
	font-size: 14px;
}

.pro_search input[type="submit"] {
	float: right;
	width: 70px;
	height: 50px;
	background: url(../images/search_img.png) center no-repeat;
	background-size: 20px;
	cursor: pointer;
}

.pro_menu {
	width: 100%;
	float: left;
	line-height: 40px;
	color: #333;
	font-size: 20px;
	margin: 0 0 20px 0;
}

.pro_menu .menu_left {
	width: 100%;
	float: left;
	color: #333;
	height: 18px;
	line-height: 1;
}

.pro_menu .menu_left i {
	display: inline-block;
	float: left;
	width: 2px;
	height: 18px;
	background: #cda372;
	margin-right: 15px;
}

.pro_menu .pro_sub {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.pro_menu .pro_sub li {
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	float: left;
	color: #999;
	margin: 0 10px 10px 0;
	border-radius: 25px;
	position: relative;
	background: #eee;
	line-height: 2;
}

.pro_menu .pro_sub li a.sub_link {
	display: block;
	padding: 5px 25px;
	cursor: pointer;
}

.pro_menu .pro_sub li:hover,
.pro_menu .pro_sub li.on {
	background: #cda372;
}

.pro_menu .pro_sub li:hover a,
.pro_menu .pro_sub li.on a {
	color: #fff;
}

.pro_menu .pro_sub li .menu_down {
	display: none;
	padding-bottom: 0px;
	position: absolute;
	background: #000;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	left: 0;
	z-index: 99;
	top: 38px;
	border-radius: 6px;
	overflow: hidden;
}

.pro_menu .pro_sub li .menu_down a.pro_menu {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	width: 100%;
	border: 0px;
	line-height: 42px;
	height: 42px;
	transform-origin: bottom;
	margin: 0;
	font-size: 12px;
	color: #fff;
	box-sizing: border-box;
}

.pro_menu .pro_sub li .menu_down a.pro_menu:hover {
	color: #fff;
	background-color: #1f1a17;
}

.pro_menu .pro_sub li:hover .menu_down {
	display: block;
}


/*产品*/

.pro_recom h3.block {
	padding-bottom: 40px;
	text-align: left;
	font-size: 21px;
	font-weight: normal;
}

.web_prolist {
	overflow: hidden;
	margin-left: -15px;
	width: 1415px;
	min-height: 300px;
	margin-top: 30px;
}

.pro_recom ul {
	overflow: hidden;
	margin-left: -15px;
	width: 1415px;
	min-height: 300px;
}

.web_prolist li,
.pro_recom ul li {
	float: left;
	margin-left: 15px;
	width: 266px;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.web_prolist li img,
.pro_recom ul li img {
	display: block;
	margin: 0 auto;
	height: 266px;
}

.web_prolist li em,
.pro_recom ul li em {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: #1f1a17;
	width: 40px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.web_prolist li:hover,
.pro_recom ul li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
}

.web_prolist li:hover span,
.pro_recom ul li:hover span {
	color: #000;
}

.web_prolist li i {
	font-style: normal;
}

.web_prolist li a,
.pro_recom ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}

.web_prolist li:hover img,
.pro_recom ul li:hover img {
	transform: scale(1.05, 1.05);
}

.web_prolist li span,
.pro_recom ul li span {
	display: block;
	width: 100%;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #666;
}


/*产品内页*/

.pro_left {
	float: left;
	width: 526px;
	height: 526px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #d5d5d5;
}

.pro_right {
	float: right;
	width: 800px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}

.pro_right p {
	font-size: 16px;
	color: #000;
	line-height: 1;
}

.pro_right h2 {
	font-size: 28px;
	color: #000;
	padding-bottom: 20px;
}

.pro_right h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 45px;
}

.pro_right .right_menu {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
	margin-bottom: 20px;
}

.pro_right .right_menu span {
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 90px;
	height: 35px;
	border-radius: 20px;
	border: 1px solid #d5d5d5;
	line-height: 35px;
	margin-right: 10px;
}

.pro_right .right_menu .on,
.pro_right .right_menu span:hover {
	border-color: #1f1a17;
	color: #fff;
	background: #1f1a17;
}

.pro_right ul li {
	color: #666;
	line-height: 2;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 100%;
}

.pro_right .pro_video iframe {
	display: block;
	width: 500px;
	height: 280px;
}

.pro_left .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.pro_left .swiper-pagination {
	position: absolute;
}

.pro_detailed {
	padding: 40px 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	width: 100%;
}

.pro_detailed h3 {
	color: #000;
	line-height: 2.5;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 21px;
	font-weight: normal;
	border-bottom: 1px solid #d5d5d5;
}

.pro_detailed .fl {
	width: 1000px;
	overflow: hidden;
	float: right;
}

.pro_detailed .fr {
	width: 250px;
	float: left;
}

.pro_detailed .fr ul li {
	padding: 10px;
	width: 228px;
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
}

.pro_detailed .fr ul li img {
	display: block;
	margin-bottom: 0;
}

.pro_detailed .fr ul li:hover img {
	transform: scale(1.05, 1.05);
}

.pro_detailed .fr ul li em {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	line-height: 20px;
	background: #1f1a17;
	font-style: normal;
	color: #fff;
}

.pro_detailed .fr ul li span {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 99;
	color: #666;
}

.pro_detailed img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}

.pro_qrcode {
	width: 80px;
	height: 80px;
	border: 1px solid #000;
	float: left;
	background: #fff;
	margin-top: 10px;
	padding: 2px;
}

.pro_left .swiper-button-next,
.pro_left .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;
}

.pro_left .swiper-button-next {
	right: 0;
	background-image: url(ab_next.png.html);
}

.pro_left .swiper-button-prev {
	left: 0;
	background-image: url(ab_prv.png.html);
}

.pro_left:hover .swiper-button-next,
.pro_left:hover .swiper-button-prev {
	opacity: 1;
}

.pro_left .swiper-pagination {
	bottom: 15px !important;
}

.top_ad {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: 100%;
}

.top_ad .ad_page {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.top_ad .ad_page .swiper-container,
.top_ad .ad_page .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.top_ad .ad_page .swiper-wrapper a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.top_ad .ad_page .swiper-wrapper .swiper-slide {
	overflow: hidden;
}

.top_ad .ad_page .swiper-wrapper video {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: relative;
}

.top_ad .ad_page .swiper-button-next,
.top_ad .ad_page .swiper-button-prev {
	background-image: url(ad_ctr.png);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 1;
	border-radius: 50%;
	pointer-events: auto
}

.top_ad .ad_page .swiper-button-prev {
	background-position: 0 0;
	left: 60px;
}

.top_ad .ad_page .swiper-button-next {
	background-position: 0 -60px;
	right: 60px;
}

.top_ad .ad_page .swiper-button-prev:hover,
.top_ad .ad_page .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.top_ad .ad_page .swiper-button-next:after,
.top_ad .ad_page .swiper-button-prev:after {
	content: "";
}

.top_ad .ad_page .swiper-container:hover .swiper-button-next,
.top_ad .ad_page a:hover .swiper-button-prev {
	opacity: 1;
}

.top_ad .ad_page .swiper-pagination {
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
}

.top_ad .ad_page .swiper-pagination .swiper-pagination-bullet {
	border-radius: 20px;
	background: #fff;
	width: 20px;
	margin-right: 10px;
	opacity: 0.6;
}

.top_ad .ad_page .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	width: 25px;
	opacity: 1;
}


/*新闻页面*/

.ex_news {
	min-height: 800px;
}

.ex_news ul li {
	clear: both;
	padding: 25px;
	margin-bottom: 25px;
	overflow: hidden;
	background: #fff;
	position: relative;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.ex_news ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
}

.ex_news ul li .news_img {
	float: left;
	width: 445px;
	height: 204px;
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: 200px;
}

.ex_news ul li .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: cover;
}

.ex_news ul li .news_info {
	float: left;
	width: 600px;
	position: absolute;
	top: 25px;
	left: 530px;
}

.ex_news ul li .news_info h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 22px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: #333;
}

.ex_news ul li .news_info p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #999;
}

.ex_news ul li .news_date {
	float: right;
	text-align: right;
	width: 100px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 25px;
}

.ex_news ul li .news_date item {
	display: block;
	width: 13px;
	height: 26px;
	background: url(r_arrow.png) no-repeat center;
	position: absolute;
	bottom: -50px;
	right: 5px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .news_date font {
	font-size: 32px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	font-family: "gothic";
}

.ex_news ul li:hover a {
	color: #333;
}

.ex_news ul li:hover .news_info {
	padding-left: 20px;
}

.ex_news ul li:hover .news_date font {
	color: #333;
}

.ex_news ul li:hover .news_date item {
	bottom: 60px;
}

.ex_news ul li:hover .news_img div {
	transform: scale(1.1, 1.1);
}

.block {
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
	display: block;
}

.pro_left .swiper-container .swiper-button-next,
.pro_left .swiper-container .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 1;
	cursor: pointer;
	background-size: 15px 44px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

.pro_left:hover .swiper-container .swiper-button-next,
.pro_left:hover .swiper-container .swiper-button-prev {
	opacity: .8;
}

.pro_left .swiper-container .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}

.pro_left .swiper-container .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: 0;
}

.pro_left .swiper-container .swiper-button-prev:hover,
.pro_left .swiper-container .swiper-button-next:hover {
	opacity: 1;
	background-color: #cda372;
}

.big_list {
	padding-bottom: 35px;
}

.big_list .desc h3 {
	font-size: 24px;
}

.big_list .desc p {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.big_list ul {
	width: 1400px;
}

.big_list li {
	display: block;
	float: left;
	text-align: center;
	text-transform: capitalize;
	width: 340px;
	margin: 0 13px 30px 0;
	position: relative;
	background: #f8f8f8;
	border-radius: 10px;
	overflow: hidden;
}

.big_list li:nth-child(4n) {
	margin-right: 0;
}

.big_list li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.big_list li img {
	display: block;
	margin: 0 auto;
}

.big_list li p {
	font-size: 20px;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 30px;
	color: #333;
	line-height: 1.6;
}

.big_list li em {
	display: block;
	width: 0%;
	z-index: 1;
	left: 0;
	bottom: 0;
	height: 3px;
	background: #cda372;
	position: absolute;
}

.big_list li:hover img {
	transform: scale(1.05, 1.05);
	opacity: .7;
}

.big_list li:hover {
	background: #fff;
	box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.1);
}

.pro_table a {
	display: block;
	background: #fff;
	width: 692px;
	box-sizing: border-box;
}

.pro_table .img {
	width: 100%;
	height: 345px;
	overflow: hidden;
}

.pro_01 {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/pro_01.jpg) bottom no-repeat;
}

.pro_02 {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/pro_02.jpg) bottom no-repeat;
}

.pro_table h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 75px;
	color: #000;
	padding: 0 12px;
}

.pro_table p {
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	color: #999;
}

.pro_table a:hover {
	box-shadow: 0 0 49px rgba(0, 0, 0, 0.2);
}

.pro_table a:hover {
	padding: 12px 12px 0;
}

.pro_table a:hover .img {
	height: 333px;
}

.pro_table a:hover h3 {
	padding: 0;
}

.process {
	position: relative;
	width: 100%;
}

.process .swiper-button-prev,
.process .swiper-button-next {
	width: 16px;
	height: 66px;
	background-color: #000;
	margin-top: -33px;
	opacity: .8;
	background-size: 8px;
	background-position: center;
	background-repeat: no-repeat;
}

.process .swiper-button-prev {
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.process .swiper-button-next {
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.process .swiper-button-prev:hover,
.process .swiper-button-next:hover {
	opacity: 1;
}

.service {
	width: 1432px;
	margin-left: -32px;
}

.service li {
	float: left;
	margin: 0 0 32px 32px;
	width: 684px;
}

.service li h3 {
	font-weight: normal;
	color: #000;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.service li h4 {
	font-weight: normal;
	color: #000;
	text-transform: capitalize;
	line-height: 38px;
}

.service li p {
	height: 84px;
}

.recom_list {
	width: 1420px;
	margin-left: -20px;
	clear: both;
	overflow: hidden;
}

.recom_list li {
	float: left;
	border: 1px solid #eee;
	text-align: center;
	width: 262px;
	margin-left: 20px;
	position: relative;
	background: #fff;
	margin-bottom: 20px;
}

.recom_list li div {
	width: 262px;
	height: 262px;
	overflow: hidden;
}

.recom_list li span {
	display: block;
	line-height: 40px;
	width: 100%;
}

.recom_list li:hover img {
	transform: scale(1.05, 1.05);
}

.quality {
	padding: 60px;
	background: #fff;
}

.quality p {
	padding-bottom: 30px;
	color: #777;
	font-size: 16px;
}

.vi_list {
	width: 1440px;
	margin-left: -40px;
}

.vi_list li {
	float: left;
	width: 248px;
	overflow: hidden;
	margin-bottom: 40px;
	margin-left: 40px;
}

.vi_list li:hover img {
	transform: scale(1.1, 1.1);
}

.text-center {
	text-align: center;
}

.cer_menu {
	width: 100%;
	line-height: 35px;
	overflow: hidden;
	padding-bottom: 20px;
}

.cer_menu a {
	display: block;
}

.cer_menu .cer_link {
	float: left;
	color: #999;
}

.cer_menu .cer_link a {
	float: left;
	color: #999;
	line-height: 35px;
}

.cer_menu .cer_link i {
	display: block;
	float: left;
	padding: 0 15px;
	font-style: normal;
}

.cer_menu .cer_link a:hover {
	text-decoration: underline;
	color: #333;
}

.cer_menu span {
	display: block;
	float: right;
	width: 80px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #182c45;
	cursor: pointer;
}

.cer_top {
	clear: both;
	padding: 25px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 40px;
	border: 1px solid #eee;
}

.cer_top .fl {
	border: 1px solid #ddd;
}

.cer_top .fr {
	width: 1130px;
	text-align: left;
}

.cer_top .fr h3 {
	line-height: 1;
	font-weight: normal;
	font-size: 21px;
	padding-bottom: 15px;
}

.cer_top .fr p {
	color: #666;
	line-height: 2;
	font-size: 14px;
}

.ab_tit {
	padding-bottom: 40px;
}

.ab_tit h3 {
	font-size: 32px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
}

.ab_tit h3.white {
	color: #fff;
}

.ab_tit i {
	display: block;
	width: 61px;
	height: 4px;
	background: #cda372;
}

.maintain {
	background: #e5e5e5;
	padding: 50px 0;
}

.maintain .swiper-slide {
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
	height: 450px;
}

.maintain .swiper-slide h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.maintain .swiper-slide p {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.recom_page {
	height: 684px;
	z-index: 1;
	margin-bottom: 60px;
}

.recom_page .container {
	height: 654px;
}

.recom_page i {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	bottom: 30px;
	background: #f4f4f4;
	height: 545px;
}

.recom_page em {
	display: block;
	width: 430px;
	height: 350px;
	z-index: -1;
	position: absolute;
	bottom: -30px;
	background: #cda372;
}

.recom_page a.big_img {
	width: 536px;
	height: 654px;
	overflow: hidden;
	margin: 0 30px;
	z-index: 1;
}

.recom_page a:hover img {
	transform: scale(1.05, 1.05);
}

.recom_page .recom-list {
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 90px;
	width: 900px;
	height: 465px;
}

.recom_page .recom-list .big_tit {
	padding: 90px 30px 0 45px;
	overflow: hidden;
}

.recom_page .recom-list .big_tit h3 {
	font-weight: normal;
	line-height: 1;
	color: #333;
	font-size: 24px;
}

.recom_page .recom-list .big_tit p {
	text-transform: capitalize;
	line-height: 40px;
	color: #ccc;
	font-size: 16px;
}

.recom_page .recom-list .big_tit a {
	display: block;
	border: 1px solid #cda372;
	color: #cda372;
	width: 110px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.recom_page .recom-list .big_tit a:hover {
	background: #cda372;
	color: #fff;
}

.recom_page .recom-list ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.recom_page .recom-list ul li div {
	width: 190px;
	margin: 0 auto;
	overflow: hidden;
}

.recom_page .recom-list ul li img {
	display: block;
}

.recom_page .recom-list ul li h3 {
	font-weight: normal;
	line-height: 2;
	font-size: 16px;
	color: #333;
}

.recom_page .recom-list ul li p {
	font-size: 14px;
	color: #999;
	line-height: 40px;
}

.big_0 a.big_img,
.big_2 a.big_img,
.big_4 a.big_img,
.big_6 a.big_img,
.big_8 a.big_img,
.big_10 a.big_img {
	float: left;
}

.big_0 .recom-list,
.big_2 .recom-list,
.big_4 .recom-list,
.big_6 .recom-list,
.big_8 .recom-list,
.big_10 .recom-list {
	right: 0;
}

.big_0 em,
.big_2 em,
.big_4 em,
.big_6 em,
.big_8 em,
.big_10 em {
	left: 0;
}

.big_1 a.big_img,
.big_3 a.big_img,
.big_5 a.big_img,
.big_7 a.big_img,
.big_9 a.big_img {
	float: right;
}

.big_1 .recom-list,
.big_3 .recom-list,
.big_5 .recom-list,
.big_7 .recom-list,
.big_9 .recom-list {
	left: 30px;
}

.big_0 em,
.big_2 em,
.big_4 em,
.big_6 em,
.big_8 em,
.big_10 em {
	right: 0;
}

.menu_page {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	width: 82%;
}

.pro_page {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	overflow: hidden;
}

.i_pro {
	/*background: url(../images/i_probg.jpg) center no-repeat;*/
	background-size: cover;
}

.i_ingenuity {
	background: url(../images/ibg_03.jpg) center no-repeat;
	background-size: cover;
}

.brand .fl {
	width: 600px;
}

.brand .fl h3 {
	font-size: 31px;
	color: #013529;
	padding-bottom: 35px;
}

.brand .fl ul li {
	width: 300px;
	float: left;
	height: 185px;
}

.brand .fl ul li span {
	display: block;
	width: 120px;
	line-height: 35px;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #013529;
	border-radius: 5px;
}

.brand .fl ul li p {
	color: #000;
	padding-top: 20px;
}

.i_pro_big {
	padding: 0 9%;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.i_pro_big b {
	color: #cda372;
	margin-right: 2%;
}

.i_pro_big a {
	color: #606060;
	margin-right: 2%;
}

.i_pro_big a:hover {
	color: #cda372;
}

#prolist {
	padding: 20px 9% 40px 0%;
	box-sizing: border-box;
}

#prolist a {
	display: block;
}

#prolist .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}

.pro_img {
	overflow: hidden;
}

.pro_img img {
	width: 100%;
	vertical-align: bottom;
}

.pro_info {
	position: absolute;
	bottom: 0;
	padding: 15px 30px;
}

.pro_info h3 {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
}

.pro_info p {
	font-size: 14px;
	color: #d3d3d3;
	line-height: 26px;
}

.pro_info:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #cda372;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#prolist .swiper-slide a:hover {
	box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.14);
}

#prolist .swiper-slide a:hover img {
	transform: scale(1.05, 1.05);
}

.i_pro_right {
	position: relative;
	float: right;
	width: calc(95% - 584px);
}

.i_pro_left {
	float: left;
	width: 387px;
	padding: 0 0 0 120px;
	padding-top: 7%;
}

.pro_prev,
.pro_next {
	width: 60px;
	height: 60px;
	position: absolute;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #cda372;
	background-image: url(ad_ctl.png);
	background-repeat: no-repeat;
}

.pro_prev {
	left: 0;
	background-position: 0 0;
}

.pro_next {
	right: 0;
	background-position: 0 -60px;
}

.pro_prev:hover,
.pro_next:hover {
	opacity: 1;
	background-image: url(ad_ctr.png);
	background-color: #cda372;
}

.i_pro_right_nav {
	height: 62px;
	width: 160px;
	float: left;
	position: relative;
}


/* css注释：设置了浏览器宽度不小于1601px时的样式*/

@media screen and (max-width: 1600px) {
	.i_tit {
		padding: 0 45px 40px 0;
	}
	.i_pro_left {
		width: 310px;
		padding-top: 4%;
	}
	.i_pro_right {
		width: calc(100% - 468px);
	}
	.pro_prev,
	.pro_next {
		width: 50px;
		height: 50px;
		background-size: 50px;
	}
	.pro_next {
		right: 0;
		background-position: 0px -50px;
	}
	.i_pro_right_nav {
		width: 124px;
	}
	.pro_info h3 {
		font-size: 14px;
	}
	.pro_info {
		padding: 10px 20px;
	}
}


/* css注释：设置了浏览器宽度不大于1300px时的样式 */

@media screen and (max-width: 1300px) {
	.i_pro_left {
		width: 323px;
		padding-top: 4%;
		padding-left: 90px;
	}
	.i_title h2 {
		line-height: 22px !important;
		margin-bottom: 30px !important;
	}
	.more {
		width: 140px !important;
	}
	.i_menu_list a {
		font-size: 45px !important;
	}
	.i_menu_list {
		left: 5% !important;
	}
}

.i_ingenuity .menu_page,
.i_foot .menu_page {
	height: 100%;
}

.i_menu .menu_page {
	height: 100%;
	width: 100%;
}

.i_menu_box {
	height: 100%;
}

.i_menu_box:before {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	left: 0;
	width: 100%;
	background: #f3f3f3;
}

.i_menu_box .item {
	width: calc(100% / 4 - 0px);
	height: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}

.i_menu_box .item .item_img {
	height: 50%;
	opacity: 0;
	position: relative;
	overflow: hidden;
}

.i_menu_box .item .item_img img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	max-width: none;
	transform: translateY(-50%) translateX(-50%);
	position: relative;
	left: 50%;
}

.i_menu_box .item:hover .item_img {
	opacity: 1;
}

.i_menu_box .item:hover .item_img img {
	transform: translateX(calc(-50% - 1px));
}

.i_menu_box .item_wrapper {
	width: 85%;
	position: relative;
	text-align: center;
	margin: -140px auto 0;
}

.i_menu_box .item_wrapper b {
	font-size: 70px;
	line-height: 80px;
	color: #292929;
}

.i_menu_box .item_wrapper h2 {
	line-height: 40px;
	font-size: 20px;
	margin-bottom: 40px;
}

.i_menu_box .item_wrapper p {
	color: #6f6f6f;
	line-height: 26px;
}

.i_menu_box .item_wrapper:after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	top: 139px;
	left: 50%;
	margin-left: -15px;
	background: #c0c0c0;
}

.i_menu_box .item em {
	display: block;
	width: 140px;
	height: 37px;
	border: 1px solid #ababab;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 2%;
	opacity: 0;
}

.i_menu_box .item em:after,
.i_menu_box .item em:before {
	content: "";
	display: block;
	background: #ababab;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.i_menu_box .item em:after {
	width: 16px;
	height: 1px;
}

.i_menu_box .item em:before {
	width: 1px;
	height: 16px;
}

.i_menu_box .item:hover {
	background: #f7f7f7;
}

.i_menu_box .item:hover .item_wrapper {
	margin-top: 20px;
}

.i_menu_box .item:hover .item_wrapper:after {
	background: #cda372;
}

.i_menu_box .item:hover em {
	opacity: 1;
	bottom: 6%;
}

.i_ingenuity .ingenuity_info {
	position: absolute;
	top: 24.44%;
	left: 0;
}

.i_ingenuity .ingenuity_info h2 {
	font-size: 38px;
	line-height: 70px;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.i_ingenuity .ingenuity_info p {
	color: #b3b3b3;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 110px;
}

.i_ingenuity a {
	display: block;
	width: 190px;
	height: 55px;
	line-height: 51px;
	text-align: center;
	border-radius: 30px;
	font-size: 20px;
	color: #000;
	box-sizing: border-box;
	border: 2px solid #cda372;
}

.i_ingenuity a:hover {
	color: #fff;
	background: #cda372;
}

.ingenuity_icon {
	position: absolute;
	left: 0;
	bottom: 6.555%;
}

.ingenuity_font {
	width: 695px;
	font-size: 16px;
	line-height: 1.8;
	color: #c7cacb;
	position: absolute;
	right: 4%;
	bottom: 5.55%;
}

.i_news {
	background: #f8f8f8;
}

.i_news .news_page {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.i_news .news_page .news_prev,
.i_news .news_page .news_next {
	width: 65px;
	height: 65px;
	background-color: #c0c0c0;
	margin-top: -33px;
	opacity: 1;
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
}

.i_news .news_page .news_prev {
	left: -85px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.i_news .news_page .news_next {
	right: -85px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.i_news .news_page .news_prev:hover,
.i_news .news_page .news_next:hover {
	opacity: 1;
	background-color: #cda372;
}

.i_news .news_page .swiper-container {
	padding-bottom: 25px;
}

.i_news .news_page .swiper-slide {
	padding: 10px;
	box-sizing: border-box;
}

.i_news .news_page .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.i_news .news_page .swiper-slide .news_img {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
}

.i_news .news_page .swiper-slide .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.i_news .news_page .swiper-slide .news_img i {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -35px;
	top: 150%;
	margin-top: -35px;
	background: url(news_icon.png);
}

.i_news .news_page .swiper-slide .news_desc {
	padding: 40px 30px;
}

.i_news .news_page .swiper-slide .news_desc h3 {
	font-weight: normal;
	font-size: 20px;
}

.i_news .news_page .swiper-slide .news_desc p {
	padding-top: 20px;
}

.i_news .news_page .swiper-slide a:hover .news_img i {
	top: 50%;
}

.i_news .news_page .swiper-slide a:hover .news_img div {
	transform: scale(1.05);
}

.i_news .news_page .swiper-slide a:hover {
	background: #fff;
	box-shadow: 0 15px 15px 0 rgba(106, 105, 105, .16);
}

.foot_info {
	position: absolute;
	width: 100%;
	top: 10%;
	left: 0;
}

.foot_info h2,
.contact_box h2 {
	font-size: 38px;
	color: #000;
	line-height: 52px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.foot_info p,
.contact_box p {
	float: left;
	color: #6f6f6f;
	line-height: 32px;
	margin-right: 4%;
}

.foot_info p b,
.contact_box p b {
	color: #000;
}

.foot_msg {
	clear: both;
	width: 870px;
	padding-top: 35px;
	overflow: hidden;
}

.foot_msg input[type="text"],
.msg input[type="text"] {
	width: 100%;
	line-height: 60px;
	background: none;
	border-bottom: 1px solid #e2e2e0;
}

.foot_msg textarea,
.msg textarea {
	width: 100%;
	height: 120px;
	line-height: 30px;
	background: none;
	font-family: arial;
	border-bottom: 1px solid #e2e2e0;
}

.contactform_name,
.contactform_eml {
	padding-right: 25px;
}

.contactform_name,
.contactform_eml,
.contactform_tel {
	float: left;
	width: 260px;
}

.contactform_content {
	float: left;
	padding-top: 15px;
	width: 870px;
}

.contactform_submit {
	float: left;
	padding-top: 25px;
}

.foot_msg input[type="submit"],
.msg input[type="submit"] {
	width: 190px;
	height: 55px;
	line-height: 51px;
	box-sizing: border-box;
	text-align: center;
	color: #cda372;
	font-size: 16px;
	border: 2px solid #cda372;
	border-radius: 30px;
	cursor: pointer;
	background: none;
}

.foot_msg input[type="submit"]:hover,
.msg input[type="submit"]:hover {
	background: #cda372;
	color: #fff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


.i_all .swiper1-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	background: transparent;
	margin: 12px 0 !important;
	position: relative;
	opacity: 1;
}

.i_all .swiper1-pagination .swiper-pagination-bullet:hover {
	border-color: #000;
}

.i_all .swiper1-pagination .swiper-pagination-bullet:hover::after {
	opacity: 0;
}

.i_all .swiper1-pagination .swiper-pagination-bullet p {
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #000;
	width: 10px;
	opacity: 0;
	padding-left: 40px;
	text-align: left;
	display: none;
}

.i_all .swiper1-pagination .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
}

.i_all .swiper1-pagination .swiper-pagination-bullet-active {
	border-color: #000;
}

.i_all .swiper1-pagination .swiper-pagination-bullet-active::after {
	opacity: 0;
}

.i_all .swiper1-pagination .swiper-pagination-bullet-active p {
	opacity: 1;
	display: none;
}

.about_01 {}

.about_01 .about_desc {
	width: 715px;
	padding: 0px 0;
}

.about_01 .about_desc h2 {
	color: #000;
	font-size: 32px;
	line-height: 52px;
	margin-bottom: 15px;
	font-family: 'gothambold';
}

.about_01 .about_desc p {
	color: #999;
	line-height: 26px;
}

.about_01 .fr {
	position: relative;
}

.about_01 .fr img {
	border-radius: 10px;
	margin-top: 45px;
}

.about_01 .container {
	overflow: hidden;
}

.about_05 {
	background: #cda372;
}

.data li {
	float: left;
	margin-right: 220px;
	text-align: center;
}

.data li:last-child {
	margin-right: 0;
}

.data li h5 {
	font-family: 'timesbd';
	font-weight: bold;
	font-size: 56px;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}

.data li h5 span {
	font-size: 24px;
}

.data li p {
	color: #fff;
}

.about_02 {
	background: #fff;
}

.about_02 .fl {
	background: #333;
	width: 690px;
	height: 595px;
	padding: 50px 50px 0;
	box-sizing: border-box;
}

.about_02 .fl h3 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 45px;
}

.about_02 .fl p {
	color: #a0a0a0;
	line-height: 30px;
	margin-bottom: 40px;
}

.about_03 {
	background: #f4f4f4;
}

.brand_img {
	display: block;
	margin-bottom: 20px;
}

.brand_bottom {
	position: relative;
	margin-top: 20px;
}

.brand_bottom .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}

.brand_bottom .swiper-slide:hover img {
	transform: scale(1.05, 1.05);
}

.brand_prev,
.brand_next {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 65px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.brand_prev {
	left: -78px;
	background: url(../images/brand_prev.png) no-repeat center #ccc;
}

.brand_next {
	right: -78px;
	background: url(../images/brand_next.png) center no-repeat #ccc;
}

.brand_next:hover,
.brand_prev:hover {
	opacity: 1;
	background-color: #cda372;
}

.about_04 {
	background: url(../images/about_04bg.jpg) no-repeat top center;
	height: 820px;
	padding-top: 380px;
}

.about_04 .i_title h1,
.about_04 .i_title p {
	color: #fff;
}

.process {
	margin-bottom: 40px;
}

.process_li {
	display: none;
	overflow: hidden;
}

.process_li .fr {
	width: 400px;
	padding: 120px 120px 0 0;
}

.process_li .fr h3 {
	color: #333;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 25px;
}

.process_li .fr p {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 28px;
}

.process_tle {
	text-align: center;
	font-size: 0;
}

.process_tle li {
	width: 130px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.process_tle li i {
	display: block;
	margin: 0 auto 18px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #dfdfdf;
	background: #fff;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.process_tle li i:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #8f8f8f;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.process_tle li:after {
	content: "";
	display: block;
	width: 130px;
	height: 1px;
	background: #dfdfdf;
	position: absolute;
	top: 10px;
	left: 65px;
}

.process_tle li:last-child:after {
	display: none;
}

.process_tle li.on i {
	border-color: #cda372;
}

.process_tle li.on i:after {
	background: #cda372;
}

.process_tle li p {
	color: #000;
	line-height: 18px;
}

.contact {
	background: #f8f8f8;
}

.contact_box {
	padding-bottom: 50px;
}

.qr_code {
	float: right;
}

.qr_code img {
	float: left;
	width: 120px;
}

.qr_code span {
	float: right;
	display: block;
	padding: 70px 0 0 20px;
	color: #6f6f6f;
	line-height: 24px;
}

.msg {
	background: #fff;
	padding: 60px;
	border-radius: 10px;
}

.msg_name,
.msg_eml,
.msg_tel {
	float: left;
	width: 378px;
}

.msg_name,
.msg_eml {
	margin-right: 70px;
}

.msg_content {
	float: left;
	padding-top: 40px;
	width: 100%;
}

.msg_submit {
	float: left;
	padding-top: 25px;
}

.pro_bg {
	width: 100%;
	height: 560px;
	background: url(../images/productlist.jpg) center no-repeat;
}

.room_bg {
	width: 100%;
	height: 560px;
	background: url(../images/room_bg.jpg) center no-repeat;
}

.cer_bg {
	width: 100%;
	height: 560px;
	background: url(../images/cer.jpg) center no-repeat;
}

.aboutbg {
	width: 100%;
	height: 560px;
	background: url(../images/aboutbg.jpg) center no-repeat;
}

.contactbg {
	width: 100%;
	height: 560px;
	background: url(../images/contactbg.jpg) center no-repeat;
}

.skill_bg {
	width: 100%;
	height: 560px;
	background: url(../images/skill.jpg) center no-repeat;
}

.skill_01 {
	background: #7b8890;
	overflow: hidden;
}

.skill_02 {
	background: url(../images/skill_03.jpg) center no-repeat;
	height: 887px;
}

.cer ul li {
	float: left;
	width: 256px;
	text-align: center;
	padding: 20px 0;
	border-radius: 10px;
	margin: 0 30px 30px 0;
	background: #fff;
}

.cer ul li:nth-child(5n) {
	margin-right: 0;
}

.cer ul li:hover {
	box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.15);
}

.cer ul li img {
	width: 190px;
}

.cer .desc {
	padding: 0 0 40px;
}

.cer_menu {
	width: 100%;
	line-height: 35px;
	overflow: hidden;
	padding-bottom: 20px;
}

.cer_menu a:first-child {
	margin-left: 0;
}

.cer_menu a {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	line-height: 40px;
}

.cer_menu .menu_back {
	float: right;
	width: 100px;
	height: 40px;
	cursor: pointer;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
}

.cer_menu .menu_back:hover {
	background: #cda372;
}

.cer_top {
	clear: both;
	padding: 25px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
}

.cer_top .fl {
	border: 1px solid #ddd;
}

.cer_top .fr {
	padding-top: 10px;
	width: calc(100% - 350px);
}

.cer_top .fr h3 {
	font-weight: normal;
	font-size: 24px;
	line-height: 2;
}

.cer_top .fr p {
	font-size: 15px;
	line-height: 1.8;
}

.carousel-banner .item {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel-banner .owl-item img {
	width: auto;
	margin: auto;
}

.carousel-banner {
	min-width: 1200px;
}

.carousel-banner .owl-controls {
	/*position: absolute;*/
	width: 100%;
	max-width: 1200px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.carousel-banner .owl-dots {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 10;
	height: 88px;
	line-height: 88px;
	bottom: 0;
}

.carousel-banner .owl-dot {
	width: 13px;
	height: 13px;
	background: url(../images/dot.png);
	display: inline-block;
	*display: inline;
	margin: 0 5px;
}

.carousel-banner .owl-dot.active {
	background: url(../images/dot-on.png)
}

.carousel-banner .owl-nav div {
	font-size: 0;
	width: 39px;
	height: 70px;
	position: absolute;
	top: -300px;
	margin-top: -70px;
	z-index: 10;
}

.carousel-banner .owl-nav div.owl-prev {
	left: 0;
	background: url(../images/b-p.png);
}

.carousel-banner .owl-nav div.owl-next {
	right: 0;
	background: url(../images/b-n.png);
}

.owl-nav {
	width: 100%;
	width: 1200px;
	position: relative;
	margin: auto;
}

.play-btn img {
	margin: auto;
	display: none;
	cursor: pointer;
	z-index: 99;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
	top: 0;
}

.play-btn img:hover {
	opacity: 1;
	transform: scale(1.05, 1.05);
}

.play-text {
	margin: auto;
	width: 500px;
	color: #fff;
	cursor: pointer;
	z-index: 50;
	position: absolute;
	left: 10%;
	z-index: 99;
	bottom: 18%;
}

.play-text h2 {
	font-size: 56px;
	margin-bottom: 20px;
	font-family: 'gothambold';
}

.play-text p {
	font-size: 14px;
	line-height: 24px;
}

.i_title {
	padding-bottom: 50px;
	position: relative;
}

.i_title h1 {
	color: #333;
	line-height: 1;
	font-size: 46px;
	font-family: 'gothambold';
	padding-bottom: 15px;
}

.i_title p {
	color: #7f7f7f;
	font-size: 26px;
	line-height: 34px;
	font-family: "HelveticaExtLt";
}

.i_title h2 {
	color: #7f7f7f;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 50px;
}

.i_title.white h1,
.i_title.white p {
	color: #fff;
}

.more {
	display: block;
	width: 160px;
	line-height: 50px;
	text-align: center;
	color: #cda372;
	border: 2px solid #cda372;
	border-radius: 30px;
	font-size: 14px;
}

.more:hover {
	color: #fff;
	background: #cda372;
}

.i_menu_list {
	position: absolute;
	left: 10%;
	bottom: 10%;
	z-index: 100;
}

.i_menu_list a {
	display: block;
	font-size: 60px;
	line-height: 1.3;
	font-family: 'gothambold';
	color: #dcdcdc;
}

.i_menu_list ul li.on a {
	color: #cda372;
}

.i_menu_box {
	width: 100%;
	height: 100%;
	position: relative;
}

.i_menu_box ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	visibility: hidden;
	background-position: center;
	background-repeat: no-repeat;
}

.i_menu_box ul a {
	height: 100%;
	width: 100%;
	display: block;
}

.i_menu_box ul li.on {
	opacity: 1;
	visibility: inherit;
}

.i_foot {
	background: #fff;
}

.i_foot::after {
	content: "";
	display: block;
	width: 100%;
	height: 65%;
	background-image: url(../image/i_contact.jpg?v=2024);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.i_foot .con_page {
	position: absolute;
	width: 85%;
	min-width: 1200px;
	max-width: 1400px;
	left: 50%;
	height: auto;
	bottom: 0;
	z-index: 1;
	transform: translateX(-50%);
}

.i_foot_top {
	padding-top: 5%;
	height: 260px;
	box-sizing: border-box;
}

.foot_info,
.con_info {
	width: 60%;
	height: 125px;
	box-sizing: border-box;
}

.foot_info h3,
.con_info h3 {
	font-size: 26px;
	line-height: 58px;
	color: #333;
}

.foot_info p,
.con_info p {
	line-height: 30px;
	color: #666;
}

.foot_info li {
	float: left;
	display: block;
	line-height: 32px;
	width: 350px;
}

.foot_tel,
.con_tel {
	width: 37%;
	height: 125px;
	padding: 25px 0 0 8%;
	box-sizing: border-box;
	border-right: 1px solid #dcdcdc;
}

.foot_tel p,
.con_tel p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

.foot_tel h3,
.con_tel h3 {
	font-family: 'times';
	line-height: 48px;
	font-size: 40px;
}

.i_foot_top .fr,
.contact_box .fr {
	padding-top: 0;
	line-height: 30px;
	text-align: center;
}

.i_foot_top .fr img,
.contact_box .fr img {
	display: block;
	margin: 0 auto;
}

.i_foot_bottom {
	border-top: 1px solid #d6d6d6;
	line-height: 60px;
	color: #5d5d5d;
}

.i_foot_bottom a {
	float: right;
	color: #5d5d5d;
	line-height: 60px;
}


/* css注释：设置了浏览器宽度不小于1740px时的样式*/

@media screen and (max-width: 1740px) {
	.i_foot::after {
		height: 60%;
	}
}


/* css注释：设置了浏览器宽度不小于1440px时的样式*/

@media screen and (max-width: 1440px) {
	.i_foot::after {
		height: 56%;
	}
}

.culture {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.culture li {
	float: left;
	margin: 34px 32px;
	width: 636px;
}

.culture li b {
	display: block;
	float: left;
	width: 67px;
	line-height: 1;
	color: #eee;
	margin-right: 15px;
	text-align: center;
}

.culture li div {
	float: left;
	width: 550px;
}

.culture li h3 {
	line-height: 1;
	padding-bottom: 10px;
	color: #000;
	font-size: 20px;
}

.culture li p {
	line-height: 21px;
	height: 63px;
}

.corporate {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.corporate {
	margin-left: -20px;
	width: 1420px;
}

.corporate li {
	float: left;
	margin: 0 0 34px 20px;
	background: #f4f4f4;
	padding: 40px 40px 25px;
	width: 610px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.corporate li b {
	display: block;
	float: right;
	font-size: 200px;
	line-height: 1;
	position: absolute;
	right: 0px;
	bottom: -40px;
	color: #e7e7e7;
	text-align: center;
	font-style: italic
}

.corporate li div {
	float: left;
	width: 530px;
}

.corporate li h3 {
	line-height: 1;
	padding-bottom: 10px;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
}

.corporate li p {
	line-height: 24px;
	height: 104px;
}


/*品牌历程*/

.about_06 {
	clear: both;
	padding: 60px 0 0;
}

.history {
	width: 100%;
	background-image: url(../images/history.jpg.html);
	clear: both;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.historybg {
	overflow: hidden;
	background-image: url(../images/historybg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.historybg1 {
	background-image: url(../images/historybg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.historybg1 .fr {
	padding: 90px 0;
}

.historybg1 .fl {
	margin-top: 90px;
}

.history .fl {
	padding: 0 5%;
	color: #cda372;
	width: 30%;
}

.history .fl h3 {
	font-size: 36px;
	line-height: 1;
	font-family: 'timesbd', "微软雅黑";
	font-weight: normal;
}

.history .fl h4 {
	line-height: 1.5;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	padding: 20px 0;
}

.history .fl p {
	font-size: 14px;
	color: #999;
	line-height: 1.5;
}

.history .fr {
	width: 60%;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(../images/history_icon.png);
}

.history .fr .history_page {
	background-image: url(../images/h_icon.png);
	padding-left: 32px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	clear: both;
	padding-bottom: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.history .fr h3 {
	font-size: 22px;
	line-height: 1;
	color: #333;
	font-weight: normal;
	padding-bottom: 1%;
}

.history .fr p {
	font-size: 14px;
	line-height: 2;
	color: #777;
}

.history .fr img {
	display: block;
	width: 230px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 1%;
}

.history .white_bg {
	background: #f1f1f1;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.history .white_bg .fr,
.history .white_bg .fl {
	padding-top: 5%;
}


/*品牌历程*/


/*套间产品*/

.room {
	width: 1434px;
	margin-left: -34px;
}

.room li {
	width: 683px;
	height: 287px;
	margin-bottom: 34px;
	margin-left: 34px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	float: left;
	background: #000;
}

.room li a {
	display: block;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.room li .room_img {
	width: 100%;
	float: left;
	height: 288px;
	background-position: center;
	background-repeat: no-repeat;
}

.room li .room_lc {
	overflow: hidden;
	width: 100%;
	float: left;
	height: 287px;
}

.room li .room_info {
	width: 90%;
	position: absolute;
	bottom: 20px;
	left: 30px;
	z-index: 99;
}

.room li .room_info {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.room li .room_info h2 {
	line-height: 2;
	font-weight: normal;
	color: #fff;
	float: left;
	font-size: 20px;
}

.room li .room_info i {
	background: url(../images/room_icon.png) no-repeat;
	width: 38px;
	height: 10px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50px;
}

.room li .room_info h3 {
	line-height: 2;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
}

.room li .room_info p {
	line-height: 2;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #868585;
}

.room li .room_info span {
	float: right;
	padding-top: 30px;
	opacity: 0;
}

.room li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
}

.room li:hover .room_info {
	padding-left: 10px;
}

.room li:hover .room_info i {
	opacity: 1;
	top: 20px;
}

.room li:hover .room_info span {
	color: #db2242;
	opacity: 1;
	padding-top: 60px;
}

.room li:hover .room_img {
	transform: scale(1.1, 1.1);
	opacity: .8;
}

.room_show h3 {
	font-size: 30px;
	font-weight: normal;
	color: #333;
	line-height: 65px;
}

.room_show h4 {
	line-height: 1;
	font-weight: normal;
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
}

.room_show p {
	font-size: 16px;
	margin-bottom: 50px;
	line-height: 2;
}

.room_top {}

.room_top .fr {
	width: 1000px;
}

.room_top .fr .fr_big img {
	border-radius: 10px;
	width: 100%;
}

.room_top .fl {
	width: 372px;
	padding: 40px;
	box-sizing: border-box;
	background: #fff;
	min-height: 596px;
	border-radius: 10px;
}

.room_top .fl h2 {
	font: 32px/40px gothambold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.room_top .fl p {
	line-height: 26px;
	font-size: 14px;
	color: #9a9898;
}

.room_top .fl a {
	background: #333;
	color: #fff;
	width: 212px;
	height: 46px;
	line-height: 46px;
	border-radius: 40px;
	display: block;
	text-align: center;
}

.room_top .fl a:hover {
	background: #cda372;
}

.room_show h3.room_title {
	font-weight: normal;
	line-height: 90px;
	font-size: 20px;
}

.i_menu_box ul li.on .video_ise {
	opacity: 1;
	top: 50%;
}

.video_ise {
	display: inline-block!important;
	margin: 0 auto;
	width: 90px!important;
	height: 90px!important;
	cursor: pointer;
	line-height: 50px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	opacity: 1;
	margin-top: -45px;
}

.video_ise img {
	vertical-align: middle;
}

.video_ise:hover {
	opacity: 1;
	transform: scale(1.05, 1.05);
}

#thumbs {
	width: 650px;
	height: 76px;
	position: fixed;
	bottom: 25px;
	left: 0;
	right: 0;
	z-index: 999;
	margin: 0 auto;
	cursor: pointer;
}

#thumbs img {
	width: 95%;
	display: block;
	border-radius: 4px;
}

#thumbs .swiper-slide-thumb-active img {
	opacity: 1;
	border: 2px solid #fff;
}

#thumbs img {
	opacity: .5;
	border: 2px solid rgba(255, 255, 255, .0);
}


.foot {
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}

.foot .foot_m {
	padding: 35px 0;
	overflow: hidden;
}

.foot .foot_left {
	float: left;
}

.foot .foot_left li {
	float: left;
	margin-right: 120px;
}

.foot .foot_left p {
	line-height: 26px;
}

.foot .foot_left h2 {
	font-weight: normal;
	font-size: 16px;
	color: #000;
	line-height: 60px;
}

.foot .footer {
	border-top: 1px solid #d5d5d5;
	line-height: 40px;
	text-align: left;
	color: #666;
	clear: both;
}

.foot .footer a {
	display: inline-block;
	float: right;
	line-height: 40px;
	color: #666;
}

.foot .footer a:hover {
	color: #333;
	text-decoration: underline;
}

.foot .foot_mid {
	float: right;
	text-align: right;
}

.foot .foot_mid .mid_bot {
	overflow: hidden;
	padding-bottom: 18px;
	text-align: left;
	padding-left: 20px;
}

.foot .foot_mid h3 {
	font-size: 25px;
	line-height: 45px;
	padding-bottom: 15px;
}

.foot .foot_mid p {
	font-size: 14px;
}

.foot .foot_mid span {
	font-size: 16px;
}

.foot .foot_mid b {
	font-size: 28px;
}

.foot .foot_right {
	width: 100px;
	float: left;
	text-align: center;
	line-height: 30px;
	padding-left: 20px;
}

.foot .foot_right img {
	display: block;
	margin: 0 auto;
}

.faq_box{
	clear: both;
	pointer-events: none;
	text-align: center;
}
.faq_box img{
	width: 100%;
}
.node{
	text-align: center;
	font-size: 35px;
	font-family: Arial;
	padding: 150px 0;
	color: #666;
}


.con_icon{
	clear: both;
	padding-top: 20px;
}
.con_icon a{
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}